home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Inne / Gry / GNU_Backgammon / gnubg-MAIN-20110822-setup.exe / {app} / met / met.dtd < prev    next >
Text File  |  2007-07-03  |  1KB  |  48 lines

  1. <!--
  2.  
  3.      met.dtd
  4.  
  5.      by Joern Thyssen <jthyssen@dk.ibm.com>, 2002
  6.  
  7.      This program is free software; you can redistribute it and/or modify
  8.      it under the terms of version 3 or later of the GNU General Public License as
  9.      published by the Free Software Foundation.
  10.      
  11.      This program is distributed in the hope that it will be useful,
  12.      but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.      GNU General Public License for more details.
  15.      
  16.      You should have received a copy of the GNU General Public License
  17.      along with this program; if not, write to the Free Software
  18.      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  19.  
  20.  
  21.      $Id: met.dtd,v 1.3 2007/07/03 22:05:00 c_anthon Exp $
  22.  
  23.  -->
  24.  
  25.  
  26. <!ELEMENT met (info,pre-crawford-table,post-crawford-table+)>
  27.  
  28. <!ELEMENT info (name,description,length)>
  29.  
  30. <!ELEMENT name (#PCDATA)>
  31. <!ELEMENT description (#PCDATA)>
  32. <!ELEMENT length (#PCDATA)>
  33.  
  34. <!ELEMENT pre-crawford-table (row*|parameters)>
  35. <!ATTLIST pre-crawford-table type CDATA #IMPLIED>
  36.  
  37. <!ELEMENT post-crawford-table (row|parameters)>
  38. <!ATTLIST post-crawford-table type CDATA #IMPLIED
  39.                              player CDATA #IMPLIED>
  40.  
  41. <!ELEMENT row (me)*>
  42.  
  43. <!ELEMENT me (#PCDATA)>
  44.  
  45. <!ELEMENT parameters (parameter*)>
  46. <!ELEMENT parameter (#PCDATA)>
  47. <!ATTLIST parameter name CDATA #REQUIRED>
  48.